home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55375 / 55375.xpi / chrome / chromeFiles / skin / coolhandnuke / browser.css next >
Cascading Style Sheet File  |  2009-11-15  |  5KB  |  158 lines

  1. /* Specifies either a repeating background or the background on the far right */
  2. /* MUST specify the background color */
  3. #main-window[btBoom="coolhandnuke"] {
  4.   -moz-appearance: none;
  5.   background-image: url("../../skin/coolhandnuke/resources/window-bg.png"); 
  6. /*  background-repeat: repeat-x; */
  7.   background-repeat: repeat-x;
  8.   background-position: right top;
  9.   background-color: #C1DD59;;
  10. }
  11.  
  12. /* Background color should be duplicated here to cover background image in fullscreen */
  13. #main-window[btBoom="coolhandnuke"] #navigator-toolbox[inFullscreen="true"] {
  14.   background-color: #C1DD59;;
  15. }
  16.  
  17. /* Specifies the left background, usually the logo */
  18. #main-window[btBoom="coolhandnuke"]
  19.   #navigator-toolbox {
  20.     -moz-appearance: none;
  21.     background-color: transparent;
  22.     background-image: url("../../skin/coolhandnuke/resources/navigator-toolbox-bg.png");
  23.     background-repeat: no-repeat;
  24.     background-position: left top;
  25.     border: 0px;
  26.     padding-bottom: 0px;
  27.   }
  28.  
  29. /* Specify indentation required to move menu and navbar away from logo */
  30. #main-window[btBoom="coolhandnuke"]  
  31.   #navigator-toolbox[bttoolbar="true"] #bt-coolhandnuke-toolbar,
  32. #main-window[btBoom="coolhandnuke"]
  33.   #nav-bar,
  34. #main-window[btBoom="coolhandnuke"]
  35.   #toolbar-menubar {
  36.     margin-left: 165px;
  37.   }
  38.  
  39. #main-window[btBoom="coolhandnuke"]
  40.   #nav-bar {
  41.     /* Not using background image in this theme for nav-bar
  42.     background-image: url("../../skin/coolhandnuke/resources/navbar-bg.png") !important;
  43.     background-repeat: repeat-x;
  44.     */
  45.     background-image: none !important; /* no background image */
  46.     background-color: transparent !important;
  47.     height: 37px;
  48.     border: 0px;
  49.   }
  50.  
  51. /* Most clients hide the boom button in the Big Boom view */
  52. #main-window[btBoom="coolhandnuke"]
  53.   btboombutton {
  54.     display: none !important;
  55.   }
  56.  
  57. #main-window[btBoom="coolhandnuke"]
  58.   #toolbar-menubar {
  59.     -moz-appearance: none;
  60.     background-color: transparent !important;
  61.     height: 23px;
  62.     max-height: 23px;
  63.     border: 0px;
  64.   }
  65.  
  66. #main-window[btBoom="coolhandnuke"]
  67.   toolbar {
  68.     -moz-appearance: none !important;
  69.     background-color: -moz-dialog;
  70.   }
  71.  
  72. #main-window[btBoom="coolhandnuke"][chromehidden~="toolbar"] #navigator-toolbox,
  73. #main-window[btBoom="coolhandnuke"][chromehidden~="menubar"] #navigator-toolbox,
  74. #main-window[btBoom="coolhandnuke"][chromehidden~="menubar"],
  75. #main-window[btBoom="coolhandnuke"] #navigator-toolbox[inFullscreen="true"] {
  76.   background-image: none;
  77. }
  78.  
  79. #main-window[btBoom="coolhandnuke"][chromehidden~="toolbar"] #nav-bar,
  80. #main-window[btBoom="coolhandnuke"][chromehidden~="menubar"] #nav-bar,
  81. #main-window[btBoom="coolhandnuke"][chromehidden~="menubar"] #bt-coolhandnuke-toolbar,
  82. #main-window[btBoom="coolhandnuke"] #navigator-toolbox[inFullscreen="true"] #nav-bar {
  83.   margin-left: 0px !important;
  84. }
  85.  
  86. #main-window[btBoom="coolhandnuke"]:not([chromehidden~="menubar"])[chromehidden~="toolbar"],
  87. #main-window[btBoom="coolhandnuke"]:not([chromehidden~="menubar"])[chromehidden~="toolbar"]
  88.   #toolbar-menubar {
  89.     height: 0px;
  90.     max-height: 0px;
  91.     margin-left: 0px !important;
  92.     background-image: none;
  93. }
  94.  
  95. #main-window[btBoom="coolhandnuke"]  
  96.   #navigator-toolbox[bttoolbar="true"] #bt-coolhandnuke-toolbar{
  97.     background-color: transparent !important;
  98.     background-image: none !important;
  99.     height: 25px;
  100.     color: #000;
  101.     border: none;
  102.   }
  103.  
  104. /* MAC SPECIFIC
  105.  
  106. /* Proper Toolbar to-tab blend for mac*/
  107. #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]
  108.   #navigator-toolbox > toolbar {
  109.     background-color: -moz-mac-chrome-active;  
  110.   }
  111. #main-window:not([active="true"])[btPlatform="Darwin"][btBoom="coolhandnuke"]
  112.   #navigator-toolbox > toolbar  {
  113.     background-color: -moz-mac-chrome-inactive;  
  114.   }
  115.  
  116. #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]
  117.   #PersonalToolbar {
  118.     -moz-appearance: none !important;
  119.     background-color: -moz-mac-chrome-active;
  120.   }
  121. #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]:not([active="true"])
  122.   #PersonalToolbar {
  123.     -moz-appearance: none !important;
  124.     background-color: -moz-mac-chrome-inactive;
  125.   }
  126.  
  127. /* WIN SPECIFIC */
  128.  
  129. /* Fix the styling of the urlbar-search-splitter
  130.  * this is the thing you drag to resize the urlbar, etc
  131.  */
  132. #main-window:not([btPlatform="Darwin"])[btBoom="coolhandnuke"]
  133.   #urlbar-search-splitter {
  134.     border: none !important;
  135.     background-image: url(../../skin/coolhandnuke/resources/splitter/dimple.png) !important;
  136.     background-position: center;
  137.     background-repeat: no-repeat !important;
  138.     background-color: transparent;
  139.     -moz-box-align: center;
  140.     -moz-box-pack: center;
  141.     min-height: 9px;
  142.     min-width: 9px; width: 9px;
  143.   }
  144.  
  145. /* Findbar color fix for windows, bgcolor shows through.*/
  146. #main-window:not([btPlatform="Darwin"])[btBoom="coolhandnuke"]
  147.   #FindToolbar {
  148.     background-color: -moz-dialog;
  149.   }
  150.   
  151. #main-window:not([btPlatform="Darwin"])[btBoom="coolhandnuke"]
  152.   #window-controls > toolbarbutton {
  153.     -moz-appearance: toolbarbutton !important;
  154.     padding: 2px !important;
  155.     border-width: 1px !important;
  156.     border-color: inherit !important;
  157.   }
  158.